home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GAMMANS / LPR010.ZIP / doc / Readme < prev    next >
Text File  |  1997-02-10  |  4KB  |  93 lines

  1. Lpr Readme
  2. ==========
  3.  
  4. This is a simple port to RISC-OS of a lpr client the usage is:-
  5.  
  6.  lpr remote_machine remote_printer file
  7.     or
  8.  lpr printer file
  9.  
  10. If the second form is used lpr looks up remote machine and queue name
  11. in it' envoirnment varaibles. lpr${printer_name}$machine, 
  12. lpr${printer_name}$printer
  13.  
  14.  e.g. 
  15.    To make printer 'admate' be the lp queue onhost edna use the following 
  16.    commands.
  17.  
  18.       set lpr$admate$printer lp
  19.       set lpr$admate$machine edna
  20.       
  21.  I would like to develop this to integrate it better into the RISC-OS
  22.  enviorment, but there seemed to be a need for something now not later.     
  23.  
  24. Copyright
  25. ---------
  26.  This application is copyright (C) R G Gammans 1997, for 'The
  27.  Computer Surgery (Southern 1994) Ltd. although portions of the
  28.  code are Copyright (c) 1983 Regents of the University of California. All 
  29.  rights reserved.
  30.  
  31.  This application can be distrubuted 'as is' as long as no changes are made
  32.  to the distribution archive (RO-lpr[.spk/.arc]) you have the right to 
  33.  further distribute this and only this file.
  34.  
  35.  To discuss other needs or licensing please contact:-
  36.           Roger G Gammans
  37.           The Computer Surgery (Southern 1994) Ltd.,
  38.           20 Trenches Rd
  39.           Crowborough
  40.           E Sussex.
  41.           TN6 1ES
  42.           
  43.           Phone (Working hours only) 01892 667052.
  44.           Fax:                       01892 662941.
  45.   
  46.  
  47.  THIS SOFTWARE IS PROVIDED ``AS IS'' AND  ANY EXPRESS OR IMPLIED WARRANTIES,
  48.  INCLUDING, BUT NOT LIMITED TO, THE  IMPLIED WARRANTIES OF MERCHANTABILITY
  49.  AND FITNESS FOR A PARTICULAR PURPOSE  ARE DISCLAIMED.  IN NO EVENT SHALL THE
  50.  AUTHOR(S) BE LIABLE  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  51.  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  52.  PROCUREMENT OF SUBSTITUTE GOODS  OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  53.  OR BUSINESS INTERRUPTION)  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  54.  WHETHER IN CONTRACT, STRICT  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  55.  OTHERWISE) ARISING IN ANY WAY  OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  56.  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  57.  
  58.  If you want potection or any of these warranties then don't use this
  59.  software.
  60.  
  61.  
  62.  As a result of the BSD heritage the following disclaimer must be made. 
  63.  (Note: This only applies to portions of the code.)
  64.  
  65.  Redistribution and use in source and binary forms, with or without
  66.  modification, are permitted provided that the following conditions
  67.  are met:
  68.  1. Redistributions of source code must retain the above copyright
  69.     notice, this list of conditions and the following disclaimer.
  70.  2. Redistributions in binary form must reproduce the above copyright
  71.     notice, this list of conditions and the following disclaimer in the
  72.     documentation and/or other materials provided with the distribution.
  73.  3. All advertising materials mentioning features or use of this software
  74.     must display the following acknowledgement:
  75.     This product includes software developed by the University of
  76.     California, Berkeley and its contributors.
  77.  4. Neither the name of the University nor the names of its contributors
  78.     may be used to endorse or promote products derived from this software
  79.     without specific prior written permission.
  80.  
  81.  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  82.  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  83.  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  84.  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  85.  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  86.  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  87.  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  88.  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  89.  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  90.  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  91.  SUCH DAMAGE.
  92.  
  93.